home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / js_pack2.arj / JS-REC.TXT < prev    next >
Text File  |  1993-10-27  |  5KB  |  161 lines

  1. JS-REC - The file Recognition Utility Program Documentation
  2. (Ver 3.0)
  3.  
  4. Author: Johnathan Mark Smith
  5.  
  6.  
  7. THE OLD DISCLAIMER
  8.  
  9.   This software and manual are sold "as is" and without warranties
  10.   as to performance or merchant ability or any other warranties
  11.   whether expressed or implied. Because of the various hardware and
  12.   software environments into which this program may be put, no
  13.   warranty of fitness for a particular purpose is offered.
  14.  
  15.   The user must assume the entire risk of using and evaluating this
  16.   program. Any liability of  Johnathan Mark Smith Technology will be
  17.   limited exclusively to product replacement or refund of purchase
  18.   price. If you find these terms unacceptable, do not use this
  19.   product.
  20.  
  21.  
  22. Introduction
  23.  
  24.     As time goes by, more and more Mainframe Systems are being down 
  25. sized to run on PC's. One of the biggest setbacks is that the PC has many types 
  26. of software which create different file formats, like lotus 123, Word for 
  27. windows, PKZIP, etc. So your file may be saved in any one of hundreds of formats
  28. and therefore, you might not know what software created it. The JS-REC utility
  29. will simplify the task of determining which software package created your file.
  30.  
  31.     The JS-REC program must be provided with a file name or
  32.    a directory name to govern its execution.
  33.  
  34.    For example:
  35.            JS-REC C:\<FILENAME>                To get the file type
  36.                                                for a single file.
  37.     
  38.            JS-REC C:\<DIRECTORYNAME>\*.*       To get the file type
  39.                                                for every file in a
  40.                                                directory.
  41.  
  42.            JS-REC C:\*.DOC D:\*.DOC            To get the file type
  43.                                                for every DOC file in
  44.                                                drive C: and then
  45.                                                drive D:. This will not
  46.                                                look into subdirectory.
  47.  
  48.    Option #1: JS-REC can search subdirectorys. By typing a -s on the
  49.               command line.
  50.  
  51.    For example:
  52.            JS-REC -s C:\<DIRECTORYNAME>\*.DOC
  53.  
  54.  
  55.    Option #2: If JS-REC cannot identify a file type, it will not display
  56.               the file name. If you want to see the names of the files
  57.               which JS-REC could not identify,
  58.               Then type: -u
  59.           
  60.    For example:
  61.            JS-REC -u C:\<DIRECTORYNAME>\*.DOC
  62.  
  63.  
  64.    Option #3: If JS-REC cannot identify a file type, it will not display
  65.               the file name. If you want to see the names of the files
  66.               which JS-REC could and could not identify,
  67.               Then type:  -a
  68.  
  69.    For example:
  70.            JS-REC -a C:\*.*
  71.  
  72.  
  73.  
  74.  Upgrades
  75.     If you happen to find a file format which this program cannot identify, 
  76.     please contact us so that we can modify the code to recognize that file 
  77.     format. In return for your assistance in this matter, we may send you a 
  78.     copy of the updated program for free.
  79.  
  80.  
  81.  
  82.  
  83. Registration
  84.  
  85.   I will keep improving the program if I know enough people are
  86.   finding it useful.
  87.  
  88.   My registration policy is very flexible. The nominal fee are listed
  89.   in the file REGISTER.TXT. If you don't feel you will get your money
  90.   worth of use out of JS-REC, send whatever it is worth to you.
  91.  
  92.   If you are impoverished and can't afford to pay anything,
  93.   enclose a stamped self-addressed envelope
  94.   and I will send you a registration.
  95.  
  96.   This is not freeware or public domain. Shareware is simply a means
  97.   of marketing commercial software. You are required to register if
  98.   you intend to use this program after a reasonable trial period.
  99.  
  100.   When registering, please tell me the version number you have 
  101.   and where you obtained your copy of JS-REC.
  102.  
  103.   See REGISTER.TXT for details.
  104.  
  105.   JS-REC should be registered for the maximum number of copies that
  106.   can be used simultaneously at your site. Site fees for commercial
  107.   users can be negotiated.
  108.  
  109.   If you register for the full fee, and enclose a Shipping and
  110.   Handling fee of $3 I will send you the latest versions of JS-REC and
  111.   Some Free Demo's.  if you decide to use it after a trial period. I will 
  112.   also send other File related shareware programs.
  113.  
  114.  
  115.  
  116.  
  117. Registered version features
  118.  
  119. * FREE UPGRADES AND NEWSLETTERS
  120.  
  121. * CUSTOM DEFAULT SETTINGS
  122.  
  123.  
  124. Program Abort
  125.  
  126.     Hitting Control-C (or Control-Break) will terminate the program
  127.     immediately. 
  128.  
  129.  
  130. Distribution
  131.  
  132.     Permission is hereby given to copy and distribute this program
  133.     as long as no more than $5 is charged. It must be made clear to
  134.     the buyer that this is only a handling charge and not a
  135.     registration fee. You must include all files in their original
  136.     unmodified form when distributing this program. .
  137.  
  138.     Permission to distribute may be revoked by the Johnathan Mark Smith 
  139.     at any time for any reason.
  140.  
  141.     YOU MUST NOT DISTRIBUTE ANY COPY WHICH HAS BEEN BRANDED WITH
  142.     A REGISTRATION CODE. 
  143.  
  144. All trademarks used in this document are the property of their
  145. owners.
  146.  
  147.                           -Johnathan Mark Smith-
  148.  
  149.  
  150. Questions or suggestions regarding JS-REC should be directed to the author
  151. at the following address:
  152.  
  153.     Johnathan Mark Smith
  154.     2039 85 STREET
  155.     BROOKLYN, NY 11214
  156.  
  157.     Telephone: 718-373-3886
  158.  
  159.  
  160.  
  161.